Expand description
Generic Artifact abstraction for Wasmer Engines.
Structs§
- Metadata header which holds an ABI version and the length of the remaining metadata.
- Serializable struct that is able to serialize from and to a
UniversalArtifactInfo
. - A compiled wasm module, ready to be instantiated.
- The Builder contents of
UniversalEngine
Constants§
- Version number of this crate.
Traits§
- An
Artifact
is the product that theEngine
implementation produce and use. - Trait needed to get downcasting of
Engine
s to work.
Functions§
- Returns the address of a trampoline in the libcall trampolines section.
- Returns the length of a libcall trampoline.
- Creates a custom section containing the libcall trampolines.